home *** CD-ROM | disk | FTP | other *** search
/ Sacred & Secular / Sacred and Secular.iso / pc / movies / shared.dir / 04855_Script__highlightbutton2highlightbutton2.ls < prev    next >
Text File  |  1996-04-03  |  134b  |  7 lines

  1. on mouseDown
  2.   if the doubleclick then dontpassevent
  3.   else
  4.     set thev = the mousev
  5.       highlightbutton2 theV
  6.     end if
  7. end